body{
	margin:0;
	
font-family: "Microsoft Yahei", "微软雅黑", sans-serif;
	background: #fff;  
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;


}
p{
	margin:0;
}
img{
	border:none;
}
ul,label{
	margin:0;
	padding:0;
}
ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
body a:hover{
	text-decoration:none;
}
body a:focus {
    outline: none;
	text-decoration:none;
}
/*-- banner --*/ 
.w3ls-banner{
	position: relative;
}   
/*-- header --*/ 
h1 a.navbar-brand {
    font-size: 1em;
    color: #fff !important;
    text-transform: uppercase;
    font-weight:300;
	z-index:9999;
}
h1 a.navbar-brand span {
    background: #2529d8;
    padding: 0px 11px;
	font-weight: bold;
	 font-size: 1.2em;
}
nav.navbar.navbar-default.navbar-fixed-top {
    background:#fff;
    border: none;
	padding: 1em;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.navbar-default .navbar-nav > li > a {
    color: #283645;
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 1px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#fff;
    background-color:#de0f17;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#de0f17;
    background-color: transparent;
}
nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse {
    padding: 0;
    background: rgba(0, 0, 0, 0.75);
}
.nav > li > a {
    position: relative;
    display: block;
  
}
/*-- //header --*/ 
/*-- banner-text --*/ 
.header-w3layouts{
    position: fixed;
    top: 0;
    z-index: 9999999;
    text-align: center;
    left: 0;
    width: 100%;
	background: #fff;
}
.agileits-banner-info h3 {
    color: #fff;
    font-size: 3em;
    margin: 0;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 700;
}
.agileits-banner-info h3 span{
	    background: #2529d8;
    padding: 0 15px;
}
.agileits-banner-info {
    text-align: left;
    padding: 22em 0 0em;
}
.agileits-banner-info p {
    color: #de0f17;
    font-size: 1.1em;
    line-height: 1.8em;
    letter-spacing: 5px;
    margin: 2em auto;
    font-weight: 500;
}
.agileits_w3layouts_more{
	position:relative;
}
.agileits_w3layouts_more a{
	    font-size: 17px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: relative;
}
.agileits_w3layouts_more a:focus{
	outline:none;
}
.agileits_w3layouts_more a:hover{
	color:#fff;
}
.agileits_w3layouts_more a:before,.agileits_w3layouts_more a:after{
	content: '';
    background: #fff;
    width: 85%;
    height: 2px;
    position: absolute;
    left: 105%;
    top: 46%;
}
.agileits_w3layouts_more a:after{
	-webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
	    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.agileits_w3layouts_more a:hover::before, .agileits_w3layouts_more a:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.agileits_w3layouts_more a::after {
    background:#2529d8;
}
.search_but2 {
	float: left;
}
.search_but {
	float: left;
}
.search_but2 span {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #ff1818;
}
.search_but span {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    margin: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #004193 url(../images/seach2.png) no-repeat center center;
}
.mob_search_box {
        display: none
    }
    .mob_search_box {
        width: 400px;
      
        right: 0;
        height: 55px;
        background: #fff;
        position: fixed;
        z-index: 6666;
        top: 75px;
        padding: 0 10px;
    }
    .mob_center {
        position: relative;
    }
    .mob_center .hd-text {
        top: 16px;
        left: 0px;
        position: absolute;
        color: #A4A4A4;
        width: 100%;
        padding: 6px 0;
        height: 30px;
        background: none;
        border: 1px solid #ddd;
        border-right: none;
        text-indent: 18px;
        font-size: 12px;
        line-height: 22px;
        outline: none;
    }
    .mob_center .hd-sbt {
        top: 16px;
        right: 0px;
        position: absolute;
        height: 30px;
        width: 42px;
        background: #fe0000 url(../images/seach2.png) no-repeat center center;
        border: none;
        cursor: pointer;
        outline: none;
        color: #fff;
        font-size: 12px;
        text-align: center;
        line-height: 30px;
    }
/*-- //banner-text --*/

/*--slider--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
 
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top:55%;
    left: 40px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 34px;
    width: 34px;
    background: url(../images/left.png) no-repeat 0px 0px;
}
.callbacks_nav.next {
    left: auto;
    background: url(../images/right.png) no-repeat 0px 0px;
    right: -62px;
}
.callbacks_nav.prev {
    left: auto;
    background: url(../images/left.png) no-repeat 0px 0px;
    left: -58px;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display:block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs {
        list-style: none;
    position: absolute;
    top: 88%;
    left: 46.3%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 99;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li {
    display:inline-block;
    margin: 0px 7px;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height:16px;
    width:16px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
       background: #2529d8;
}
/*-- //slider --*/

.thim-click-to-bottom {
   position: absolute;
    bottom: 17%;
    left: 48.5%;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    -webkit-animation: bounce 2s infinite ease-in-out;
    z-index: 99;
}
.thim-click-to-bottom i {
    color: #de0f17;
    border: 1px dashed #fff;
    border-radius: 50%;
    font-size: 18px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 49px;
}
@-webkit-keyframes bounce {
	0%, 20%, 60%, 100%  { -ms-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -o-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -moz-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
    40%  { -webkit-transform: translateY(-20px); }
	80% { -webkit-transform: translateY(-10px); }
}
/*-- hover-effect --*/
/*-- about --*/
  .ab-w3-agile-img {
    background: url(../images/ab.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
      min-height: 750px;
    padding-top: 3em;
	    float: left;
}
.ab-w3-agile-info{
float:left;
padding: 0;
width: 100%;
	
}
h2.title-w3 {
   font-size: 2em;
text-transform: uppercase;
letter-spacing: 5px;
color: #505050;
font-weight: 700;
}
.ab-w3-agile-info-text {
    padding: 5em 2em 0em 4em;
	width: 50%;
	float: left;
}
p.sub-text.one {
    text-align: left;
}
.ab-w3-agile-info p {
    font-size:1em;
  
    color: #777;
	margin:10px 0;
	line-height:2em;
}
.ab-w3-agile-part {
    padding: 0;
      background:#000 url(../images/aa.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
        min-height: 311px;
      padding: 8em 10em;
	  width: 50%;
	  float: left;
}
.ab-w3-agile-part .line{
	width: 140px;
	height: 1px;
	background: #fff;
	margin-top: 10px;
}
.ab-w3-agile-part_two {
	      background:#000 url(../images/bb.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
        min-height: 311px;
		  width: 50%;
		    float: left;
}
.ab-w3-agile-part:hover{
	opacity:0.8;
		transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.ab-w3-agile-inner {
    margin-top: 5em;
	    background: #000;
		float: right;
		width: 50%;
}
.ab-w3-agile-part p {
    color: #fff;
	border: 1px solid;
width: 140px;
padding: 5px;

}
.agileits_w3layouts_more.menu__item.one a {
    color: #2529d8;
    margin-top: 1em;
}
.agileits_w3layouts_more.menu__item.one a:before,.agileits_w3layouts_more.menu__item.one a:after {
    content: '';
    background: #de0f17;
    width: 85%;
    height: 2px;
    position: absolute;
    left: 105%;
    top: 46%;
}
.ab-w3-agile-part h4 {
    font-size: 1.5em;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
	width: 140px;
	text-align: center;
}
/*-- //about --*/

/*-- /classes--*/
#classes,#instructors {
	  padding:5em 0;
}
#gallery {
	  background:#f7f7f7;
	  margin-top: 50px;
}

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2529d8;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index:99;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.caption{
  display:none;	
}
.class-grid-img:hover .caption{
	 display:block;
	 position:absolute;
	 top:45%;
	 left:30%;
	 z-index:999;
	 
}
.caption h5{
	font-size:2em;
	color:#fff;
	letter-spacing:2px;
}
.class-grid h4 {
    font-size: 1.4em;
    margin-top: 1em;
    color: #111;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*-- //classes--*/
/*--test--*/
#monials {
	background: url(../images/3.jpg)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    position: relative;
    min-height: 600px;
}
/*-- client --*/
.client-agile-info {
    background: #ef4d4a;
    padding: 5em 0;
}
.agileits-clients {
         margin-top: 4em;
}
h3.tittle.two {
    color: #fff;
	text-align: center;
}
.client_agile_info {
  border-bottom: 5px solid #2529d8;
    background: rgba(12, 12, 12, 0.61);
    padding: 2em;
}
.client_agile_info img {
    width:9%;
	border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
}
.c-img i{
	 color:#fff;
	font-size: 2em;
	 margin-right:0.5em;
}
.agileits-clients h4 {
    color: #de0f17;
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 2px;
}
.agileits-clients p {
    color: #e0dbdb;
    line-height: 2em;
    font-size: 1.15em;
    margin: 1em 0;
    letter-spacing: 2px;
}
.client-top {
	    margin: 0 auto;
    text-align: center;
    width: 50%;
    padding-top: 6em;
}
/*-- //client --*/
.gallery-grid {
  width: 32.33333%;
float: left;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 10px;
}

/*--test--*/
/*--/featured-section--*/
#work,#team,#gallery{
    padding:5em 0;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width:90%;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;	
}
.project-fur{
	margin: 0 15px;
	position:relative;
	color:#fff;
}
.fur {
    padding: 1em 0em;
    text-align: center;
    background: #de0f17;
}
.future {
  padding: 5em 0;
}

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width:90%;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;	
}
/*---- Navigation ---*/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 36px;
    height: 36px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    border-radius: 50%;
}
.nbs-flexisel-nav-left {
    left: 0px;
    background: #2529d8 url(../images/left.png) no-repeat 2px 2px;
}
.nbs-flexisel-nav-right {
    right: 0px;
    background: #2529d8 url(../images/right.png) no-repeat 2px 2px;
}
.content-bottom-in {
    margin-top: 2.7em;
}
figure {
    margin: 0;
}
/*--//--*/
/*--team--*/
/*-- //team --*/
/*-- services-bottom --*/
.services-bottom {
    background: url(../images/5.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
	min-height:400px;
}
.services-bottom h3{
	text-align: center;
    font-size: 2em;
    text-transform: capitalize;
    line-height: 1.5em;
    color: #fff;
}
.services-bottom h3 i{
	color:#f56f19;
	padding-right:1em;
}
.wthree-agile-counter {
    padding-top:9em;
}
/*-- counter--*/
.agile_count_grid_left{
	float:left;
}
.agile_count_grid_left span,.agile_count_grid_right p{
	font-size:2em;
}
.agile_count_grid_right{
	float: left;
    margin-left: 2em;
}
.agile_count_grid_right p{
	color: #fff;
    font-weight: bold;
}
.w3_agile_stats_grid h4 {
    font-size: 1.3em;
    color: #fff;
    margin: 1em 0 0;
    text-transform: capitalize;
    letter-spacing: 3px;
    position: relative;
    padding: 1em;
    text-align: center;
    border: 4px solid #0e0e0e;
}
.w3_agile_stats_grid h4:after {
    content: '';
    background: #2529d8;
    height: 5px;
    width: 30%;
    position: absolute;
    bottom: 0%;
    left: 0%;
}
.agile_count_grid_left span {
    color: #de0f17;
    top: 5px;
}
/*-- //counter--*/
/*-- /新闻--*/
#plans {
       background:#999 url(../images/4.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
   padding-top: 5.5em;
       min-height: 650px;
}
.priceing-table-main {
    margin: 3em 0 0 0;
}
.price-list ul {
    padding: 0px;
    list-style: none;
}
.price-gd-top {
    background:#2529d8;
    text-align: center;
	height: 200px;
overflow: hidden;
}
.price-gd-top img{
	width: 100%;
	min-height: 100%;
}
.price-gd-top h4 {
    font-size: 1.8em;
    color: #fff;
    padding: 0.4em 1em;
          background: #111490;
	    font-weight: 300;
}
.price-gd-top h3 {
    padding:0.2em 0em 0.1em 0em;
    font-size:2.5em;
    color: #fff;
}
.price-gd-top h5 {
    font-size: 1em;
    color: #fff;
    padding: 0.2em 0em 0.8em 0em;
}
.price-gd-bottom {
    background: #fff;
    text-align: center;
    padding: 1em 0em;
}
.price-gd-bottom .price-list .title{
	font-size: 15px;
	height: 20px;
overflow: hidden;
}
.price-gd-bottom .price-list .text{
	color:#818181;
	margin-top:10px;
	height: 40px;
	overflow: hidden;
	text-align: left;

}

.price-list ul li {
    padding: 0.7em 0em;
       font-size: 1em;
    color: #555;
    border-bottom: 1px solid rgba(210, 208, 208, 0.42);
}
.price-list ul li:nth-child(2),.price-list ul li:nth-child(4){
	background:#eee;
}
.price-selet {
    padding: 1em 0em;
    text-align: center;
    background: #fff;
}
.price-selet a {
    font-size: 1.1em;
    color: #fff;
    display: block;
}
.price-selet a {
	font-size: 0.9em;
    color: #ffffff;
    display: inline-block;
    padding: 0.5em 2em;
    background: #ff1818;
    text-decoration: none;
}
 .price-grid{
	 width: 23%;
	 float: left;
	 margin-left: 1%;
	 margin-right: 1%;
 }
.price-block {
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.15);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.price-block:hover,.w3layouts-pricing:hover,.w3-agileits-vpn-grid:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    z-index: 1;
}
/*-- Contact --*/

p.sub-text {
    text-align: center;
  
    color: #2529d8;
	    font-size: 2em;
}
p.sub-text2{
	text-align: center;
   
    color: #ccc;
	    font-size: 2em;
}
h3.title-w3 {
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #606060;
	    font-weight: 700;
}
h3.title-w3.con {
	color:#fff;
}
h3.title-w3.three {
    color: #ccc;
}




/*-- foot--*/
.footer-top{
	padding:2em 0;
	    background: #f7f7f7;
}
.footer-top h3 {
    font-size: 1.2em;
    color: #283645;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}
.footer-top p {
     font-size: 0.9em;
      color: #696464;
   
   
}
.footer {
    background: #283645;
    padding: 1em 0;
    text-align: center;
}
.footer p {
    color: #fff;
    font-size: 1em;
}
.footer p a{
    color: #fff;
}
.footer p a:hover{
    color: #ED4F2E;
}
.foot_ul{
	overflow: hidden;
	color: #999;
	line-height: 30px;
}
.foot-left1{
	width:10%;
	float:left;
		line-height: 30px;
}
.foot-left2{
	width:30%;
	float:left;
}

.contact-btm span {
      color: #666;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}
.contact-btm p {
    display: inline-block;
    vertical-align: middle;
      color: #696464;
    margin: 0 0 0 10px;
}
.contact-btm {
    margin-bottom: 0.5em;
}
.contact-btm p a {
      color: #696464;
}
.contact-btm p a:hover {
    color: #de0f17;
}
.foot-left{
	width: 300px;
	float: left;
}
.foot-left li {
    display: inline-block;
    float: left;
  text-align: center;
   width: 100px;
}
.foot-left input[type="email"] {
       width: 100%;
    color: #888;
    background: #fff;
    padding: 10px 10px;
    outline: none;
    border: 1px solid #fff;
    font-size: 13px;
    margin-bottom: 1em;
    letter-spacing: 1px;
}
.foot-left form input[type=submit] {
       color: #fff;
    padding: 10px 21px;
    font-size: 15px;
    cursor: pointer;
    background: #de0f17;
    margin: 4px 0 0 0px;
    outline: none;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.foot-left form input[type=submit]:hover {
       background: #2529d8;
    color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
/*-- /copyrights end here --*/
.copy-right {
    padding: 1em 0;
     background: #030303;
    text-align: center;
}
.copy-right  p {
    color: #FFF;
    letter-spacing: 1px;
}
.copy-right p a {
       color: #de0f17;
}
.copy-right p a:hover {
    color: #fff;
	text-decoration:none;
}
/*-- //copyrights end here --*/
/*-- slider-up-arrow --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom:1%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //slider-up-arrow --*/ 
/*-- responsive-design --*/
@media(max-width:1440px){
	.w3layouts-banner-top,.w3layouts-banner-top1,.w3layouts-banner-top2{
		min-height:680px;
	}
	.agileits-banner-info {
		text-align: left;
		padding: 20em 0 0em;
	}
	h2.title-w3,h3.title-w3 {
      font-size: 2.5em;
	}
}
@media(max-width:1366px){
	.agileits-banner-info {
		text-align: left;
		padding: 19em 0 0em;
	}
	.ab-w3-agile-info-text {
		padding: 4em 2em 0em 4em;
	}
	.agileits_w3layouts_more a {
       font-size: 15px;
	}
	.ab-w3-agile-part,.ab-w3-agile-part:nth-child(2) {
		min-height: 309px;
		padding: 6em 3em;
	}
	#plans {
		padding-top: 5em;
		min-height: 621px;
	}
}
@media(max-width:1280px){
	h3.title-w3 {
		text-align: center;
		font-size: 2.3em;
	}
	.agileits-banner-info h3 {
		font-size: 2.2em;
		    letter-spacing: 5px;
	}
	
}

@media(max-width:1080px){
	.agileits-banner-info {
		padding: 16em 0 0em;
	}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height:565px;
	}
	.con-bot p {
		line-height: 30px;
		font-size: 1em;
		letter-spacing: 1px;
	}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 507px;
	}
	.agileits-banner-info p {
		font-size: 1em;
		letter-spacing: 5px;
		margin: 1em auto;
	}
	.callbacks_tabs a:after {
		height: 13px;
		width: 13px;
	}
	.thim-click-to-bottom i {
		font-size: 15px;
		width: 40px;
		height: 40px;
		line-height: 39px;
	}
	.callbacks_tabs li {
		margin: 0px 4px;
	}
	.agileits-banner-info p {
		font-size: 1em;
		line-height: 1.8em;
		letter-spacing: 4px;
		margin: 1em auto;
	}
	.agileits-banner-info h3 {
		font-size: 2.2em;
		    letter-spacing:4px;
	}
	.ab-w3-agile-part, .ab-w3-agile-part:nth-child(2) {
		min-height: 280px;
		padding: 5em 1em;
	}
	.services-bottom {
		min-height: 362px;
	}
	.w3_agile_stats_grid h4 {
		font-size: 1.1em;
		margin: 1em 0 0;
		letter-spacing:2px;
		padding: 1em 0.5em;
	}
	h1 a.navbar-brand {
      font-size: 0.9em;
	}
	.right-bw3 {
		float: right;
		width: 50%;
		padding: 5em 1em;
	}
	.footer-top {
       padding: 4em 0;
	}
	.contact-top {
		margin: 0 auto;
		width: 93%;
		padding-top: 5em;
	}
	.contact {
		min-height: 613px;
	}
	
}
@media(max-width:1024px){
	
	.left-bw3 {
		float: left;
		width: 50%;
		padding: 5em 1.6em;
	}
	.right-bw3 {
		float: right;
		width: 50%;
		padding: 5em 1em;
	}
	.navbar-right {
		float: right !important;
		margin-right: 0;
		margin-top: 4px;
	}
	.ab-w3-agile-info-text {
		padding: 3em 1em 0em 3em;
	}
	.ab-w3-agile-part h4 {
		font-size: 1.3em;
	}
	.ab-w3-agile-img {
		min-height: 736px;
		padding-top: 3em;
		float: left;
	}
	#monials {
		min-height:523px;
	}
	.agileits-clients p {
		line-height: 2em;
		font-size: 1em;
		margin: 1em 0;
		letter-spacing: 2px;
	}
	#plans {
		padding-top: 4em;
		min-height: 588px;
	}
}
@media(max-width:991px){
	.client-top {
		margin: 0 auto;
		text-align: center;
		width: 79%;
		padding-top: 6em;
	}
	.price-grid {
		float: left;
		width: 23%;
		padding: 0 5px;
	}
	.price-gd-top h3 {
		padding: 0.2em 0em 0em 0em;
		font-size: 3em;
	}
	.gallery-grid {
		padding: 0;
		float: left;
		width: 31.9%;
	}
	.left-bw3 {
		float: left;
		width: 50%;
		padding: 2em 1.6em;
	}
	.right-bw3 {
		float: right;
		width: 50%;
		padding: 2em 1.6em;
	}
	.navbar-brand {
		float: left;
		
		padding: 10px 0;
	}
	.nav > li > a {
		position: relative;
		display: block;
		padding: 9px 10px!important;
	}
	.navbar-default .navbar-nav > li > a {
       font-size: 1em;
	}
	.agileits_w3layouts_more a {
		font-size: 15px;
		letter-spacing: 2px;
		position: relative;
	}
	.modal-content h5 {
      font-size: 1.5em;
	}
	.agileits-banner-info h3 {
		font-size: 2em;
		letter-spacing: 9px;
	}
	.ab-w3-agile-img {
		min-height: 520px;
		padding-top: 0em;
		float: none;
	}
	.ab-w3-agile-part, .ab-w3-agile-part:nth-child(2) {
		min-height: 280px;
		padding: 5em 1em;
		float: left;
		width: 50%;
	}
	.w3_agile_stats_grid {
		float: left;
	}
	.price-gd-top h4 {
      font-size: 1.6em;
	}
	.price-gd-top h3 {
		padding: 0.2em 0em 0em 0em;
		font-size: 2em;
	}
	#plans {
		padding-top: 4em;
		min-height: 562px;
	}
	h2.title-w3, h3.title-w3 {
		font-size: 2.3em;
		letter-spacing: 2px;
	}
	.foot-left li {
		display: inline-block;
		float: left;
		width: 12%;
		margin: 1%;
	}
	.foot-left:nth-child(3){
		margin:1em 0;
	}
	.footer-top h3 {
		font-size: 1.1em;
		margin-bottom: 1em;
	}
	.foot-left {
		padding: 0;
	}
	.contact-top {
		margin: 0 auto;
		width: 98%;
		padding-top: 5em;
	}
}
@media(max-width:800px){
	.agileits-banner-info {
		padding: 14em 0 0em;
	}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 446px;
	}
	.callbacks_tabs {
		top: 88%;
		left: 45%;
	}
	.agileits-banner-info h3 {
		font-size: 2em;
		letter-spacing: 5px;
	}
}

@media(max-width:768px){	
	.foot-left1{
		display: none;
	}
	.foot-left2{width: 100%;}
	.foot-left{display: none;}
	.agileits-banner-info h3 {
		font-size: 1.7em;
		letter-spacing: 3px;
	}
	.ab-w3-agile-inner{
		width: 100%;
	}
	.ab-w3-agile-part p{
		width: 140px;
	}
	.work, #team, #gallery {
		padding: 4em 0;
	}
	.ab-w3-agile-info-text{
		width: 100%;
	} 
	.navbar {
		padding: 20px 0;
		-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
		transition: background .5s ease-in-out,padding .5s ease-in-out; 
		margin: 0;
	} 
	.top-nav-collapse {
		padding: 0;
	} 
	.navbar-default .navbar-nav > li > a { 
		text-align: center;
	}
	.navbar-default .navbar-toggle {
		    border-color: #de0f17;
            background: #de0f17;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #f44336;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.banner-text {
		padding: 17em 0 8em;
	}
	.agile-footer h6 { 
		margin: 0 0 1em 0; 
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 11px 10px;
		margin-top: 8px;
		margin-right: 15px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 0px;
	}
	.navbar-brand {
		float: left;
	
		padding: 15px 0 0 0;
	}
	.agileits-banner-info {
		padding: 12em 0 0em;
	}
	.navbar-right {
		float: none!important;
		margin-right: 0px!important;
		margin-top: 5px;
	}
	nav.navbar.navbar-default.navbar-fixed-top {
		background: rgba(0, 0, 0, 0.65);
		z-index: 9999;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #484a4c;
	}
	#map {
		width: 100%;
		height: 302px;
	}
   .grid_6.c1 {
		float: left;
		width: 50%;
   }
   .contact_form input[type='text'], .contact_form input[type="email"],.contact_form textarea {
		width: 100%;
		font-size: 14px;
		padding: 8px 12px 8px;
		height: 50px;
		margin: 0 0 9px;
	}
	.contact_form textarea {
      height: 169px;

    }
	.hidden-xs {
		display: block !important;
	}
}
@media(max-width:736px){
	.price-gd-top h4 {
		font-size: 1.4em;
	}
	.contact {
		min-height: 568px;
	}
}
@media(max-width:667px){
	.ab-w3-agile-img {
		min-height: 398px;
		padding-top: 0em;
		float: none;
	}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 385px;
	}
	h2.title-w3, h3.title-w3 {
		font-size: 2em;
		letter-spacing: 2px;
	}
	.w3_agile_stats_grid h4 {
		font-size: 1em;
		margin: 1em 0 0;
		letter-spacing: 2px;
		padding: 1em 0.5em;
	}
	.w3_agile_stats_grid {
		float: left;
		width: 50%;
		margin-bottom: 1em;
	}
	.wthree-agile-counter {
		padding-top: 5em;
	}
} 
@media(max-width:640px){
	.agileits-banner-info {
		padding: 11em 0 0em;
	}
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
	.thim-click-to-bottom {
		bottom: 20%;
		left: 48.5%;
		width:35px;
		height:35px;
		font-size: 40px;
		line-height: 40px;
	}
	.callbacks_tabs {
		top: 85%;
		left: 45%;
	}
	.foot-left li {
		display: inline-block;
		float: left;
		width: 15%;
		margin: 1%;
	}
    .footer-top {
		padding:2em 0;
	}
	.work,#team,#gallery {
		padding: 3em 0;
	}
	.content-bottom-in {
		margin-top: 0.8em;
	}
}
@media(max-width:600px){
	.price-gd-top{
		height: 110px;
		overflow: hidden;
	}
	.agileits-banner-info h3 span {
		padding: 0 8px;
	}
	.agileits-banner-info h3 {
		font-size: 1.5em;
		letter-spacing: 2px;
	}
	.agileits-banner-info p {
		font-size: 0.9em;
		line-height: 1.8em;
		letter-spacing: 2px;
		margin:0.7em auto;
	}
	.agileits_w3layouts_more a {
		font-size: 13px;
		letter-spacing: 2px;
		position: relative;
	}
	nav.navbar.navbar-default.navbar-fixed-top {
		border: none;
		padding: 10px 12px;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 11px 10px;
		margin-top: 8px;
		margin-right: 0px;
	}
	.ab-w3-agile-img {
		min-height: 322px;
		padding-top: 0em;
		float: none;
	}
	.ab-w3-agile-info-text {
		padding: 2em 1em 0em 2em;
	}
	.ab-w3-agile-inner {
       margin-top: 3em;
	}
	.callbacks_nav.prev {
		left: auto;
		background: url(../images/left.png) no-repeat 0px 0px;
		left: -33px;
	}
	.callbacks_nav.next {
		left: auto;
		background: url(../images/right.png) no-repeat 0px 0px;
		right: -35px;
	}
	.left-bw3 h5, .right-bw3 h5 {
		font-size: 1.7em;
		padding-bottom: 0.5em;
	}
	.con-bot p {
		line-height: 28px;
		font-size: 0.9em;
	}
	.left-bw3 {
		float: none;
		width: 100%;
		padding: 1.5em 1em;
	}
	.right-bw3 {
		float: none;
		width: 100%;
		padding: 1.5em 1em;
	}
	.price-grid {
		float: left;
		width: 48%;
		padding: 0 5px;
		margin-bottom: 2em;
	}
	.priceing-table-main {
		margin: 1.5em 0 0 0;
	}
	#plans {
		padding-top: 2em;
		min-height: 562px;
	}
	.client-top {
		margin: 0 auto;
		text-align: center;
		width: 79%;
		padding-top: 3em;
	}
	.agileits-clients {
		margin-top: 2em;
	}
	.client_agile_info {
		padding: 2em 0.5em;
	}
	#monials {
		min-height: 430px;
	}
	.contact_form input[type="submit"] {
		padding: 11px 23px;
		font-size: 14px;
	}
	.grid_6.c1 {
		float: none;
		width: 100%;
	}
	.contact_form textarea {
		height: 83px;
	}
	.contact_form input[type='text'], .contact_form input[type="email"], .contact_form textarea {
		width: 100%;
		font-size: 13px;
		padding: 6px 12px 6px;
		height: 50px;
		margin: 0 0 5px;
	}
	.social {
		margin: 2em auto 0;
	}
	form.contact_form {
		margin-top: 23px;
	}
	.cont-top {
		padding: 2em 2em;
	}
	.message {
		margin-bottom: 15px;
	}
	.contact-top {
		margin: 0 auto;
		width: 100%;
		padding-top: 4em;
	}
	.carouselGallery-item-meta {
		font-size: 1.1em;
		height: 47px;
	}

	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		width: 36px;
		height: 36px;
		position: absolute;
		cursor: pointer;
		z-index: 100;
		border-radius: 50%;
		margin-top: 3em;
	}
	#work, #team, #gallery {
		padding: 3em 0;
	}
}
@media(max-width:480px){
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 321px;
	}
	.agileits-banner-info {
		padding: 9em 0 0em;
	}
	.callbacks_tabs {
		top: 85%;
		left: 44%;
	}
	h1 a.navbar-brand {
		font-size: 0.8em;
	}
	.foot-left li {
		display: inline-block;
		float: left;
		width: 19%;
		margin: 1%;
	}
	.footer-top {
		padding: 2em 0;
	}
	.agileits_w3layouts_more a:before, .agileits_w3layouts_more a:after {
		content: '';
		background: #fff;
		width:65%;
		height: 2px;
		position: absolute;
		left: 105%;
		top: 46%;
	}
	.agileits-clients h4 {
		font-size: 0.9em;
		letter-spacing:1px;
	}
	.client_agile_info img {
      width: 16%;
	}
	
}
@media(max-width:414px){
	.agileits-banner-info h3 {
		font-size: 1.3em;
		letter-spacing: 2px;
	}
	.agileits_w3layouts_more a:before, .agileits_w3layouts_more a:after {
		content: '';
		background: #fff;
		width: 56%;
		height: 2px;
		position: absolute;
		left: 105%;
		top: 46%;
	}
	.callbacks_tabs {
		top: 85%;
		left: 43%;
	}
	.ab-w3-agile-part, .ab-w3-agile-part:nth-child(2) {
		min-height: 222px;
		padding: 5em 1em;
		float: none;
		width: 100%;
	}
		.client_agile_info {
		padding: 1em 0.5em;
	}
	.contact {
		min-height: 533px;
	}
	.services-bottom {
		min-height: 333px;
	}
	.wthree-agile-counter {
		padding-top: 4em;
	}
	.w3_agile_stats_grid {
		float: left;
		width: 50%;
		margin-bottom: 1em;
		padding: 5px;
	}
	.wthree-agile-counter {
		padding-top: 3em;
	}
	#map {
		width: 100%;
		height: 237px;
	}
	#work, #team, #gallery {
		padding: 2em 0;
	}
}
@media(max-width:384px){
	.agileits-banner-info h3 {
		font-size: 1.3em;
		letter-spacing: 1px;
	}
	.ab-w3-agile-info-text {
		padding: 2em 1em 0em 1em;
	}
	.callbacks_tabs {
		top: 85%;
		left: 38%;
	}
	.thim-click-to-bottom {
		bottom: 20%;
		left: 44%;
		width: 35px;
		height: 35px;
		font-size: 40px;
		line-height: 40px;
	}
	.social a {
		margin-right: 14px;
		font-size: 1em;
		line-height: 35px;
	}
	.gallery-grid {
		padding: 0;
		float: left;
		width: 46%;
	}
.gallery-grid img{
	width: 100%;
}
	.cont-top h5 {
      font-size: 2em;
	}
	.contact {
		min-height: 515px;
	}
	.contact-top {
		margin: 0 auto;
		width: 100%;
		padding-top: 3em;
	}
	.book-form {
		padding: 2em 2em;
	}
	.agileits-clients p {
		line-height: 2em;
		font-size: 0.9em;
		margin: 0.5em 0;
	}
	#monials {
		min-height: 402px;
	}
	.price-list ul li {
		padding: 0.5em 0em;
		font-size: 0.9em;
	}
	.agile_count_grid_left span, .agile_count_grid_right p {
		font-size: 1.5em;
	}
	h2.title-w3, h3.title-w3 {
		font-size: 1.5em;
		letter-spacing: 2px;
	}
}
@media(max-width:375px){
	.copy-right p {
		letter-spacing: 1px;
		padding: 0 2px;
		line-height: 1.9em;
	}
	.price-gd-top h4 {
		font-size: 1.2em;
	}
	.ab-w3-agile-img {
		min-height: 270px;
		padding-top: 0em;
		float: none;
		padding: 0;
	}
	h1 a.navbar-brand {
		font-size: 0.7em;
	}
	nav.navbar.navbar-default.navbar-fixed-top {
		border: none;
		padding: 4px 10px;
	}
}

@media(max-width:320px){
	.ab-w3-agile-info p {
		font-size: 0.9em;
		letter-spacing: 2px;
	}
	.w3_agile_stats_grid {
		float: left;
		width: 50%;
		margin-bottom: 1em;
		padding: 1px;
	}
	
	.w3_agile_stats_grid h4 {
		font-size: 0.9em;
		margin: 1em 0 0;
		letter-spacing: 2px;
		padding: 1em 0em;
	}
	.services-bottom {
		min-height: 304px;
	}
	.price-gd-top h3 {
		padding: 0.2em 0em 0em 0em;
		font-size: 1.5em;
	}
	.price-list ul li {
		padding: 0.5em 0em;
		font-size: 0.85em;
	}
	.price-gd-bottom {
		padding: 0.5em 0em;
	}
	.price-gd-bottom {
		padding: 0.5em 0em;
	}
	.callbacks_nav.next {
		left: auto;
		background: url(../images/right.png) no-repeat 0px 0px;
		right: -30px;
	}
	.callbacks_nav.prev {
		left: auto;
		background: url(../images/left.png) no-repeat 0px 0px;
		left: -30px;
	}
	h2.title-w3, h3.title-w3 {
		font-size: 1.4em;
		letter-spacing: 2px;
	}
	.agileits-banner-info p {
		font-size: 0.8em;
		line-height: 1.8em;
		letter-spacing: 2px;
		margin: 0.5em auto;
	}
	.agileits-banner-info h3 {
		font-size: 1em;
		letter-spacing: 1px;
	}
	.agileits-banner-info h3 {
		font-size: 1em;
		letter-spacing: 1px;
	}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 226px;
	}
	.thim-click-to-bottom i {
		font-size: 15px;
		width: 32px;
		height: 32px;
		line-height: 31px;
	}
	.thim-click-to-bottom {
		bottom: 18%;
		left: 46%;
		width: 35px;
		height: 35px;
		font-size: 40px;
		line-height: 40px;
	}
	.agileits-banner-info {
		padding: 6em 0 0em;
	}
	.ab-w3-agile-inner {
		margin-top: 2em;
	}
	.ab-w3-agile-info-text {
		padding: 1em 1em 0em 1em;
	}
	.ab-w3-agile-img {
		min-height: 169px;
		padding-top: 0em;
		float: none;
		padding: 0;
	}
}
/*-- 导航 --*/
#main_header{
  background: #ffffff none repeat scroll 0 0;
}
#sp-header {
  
 
    padding: 0;
    height: 90px;
    width:1250px;
    margin: 0 auto;
}
#sp-top-bar {
    padding-top: 15px;
    width: 265px;
    float: left;
}
.logo {
    height: 90px;
}
.logo h1 {
    display: table-cell;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
#sp-menu {
    float: left;
    margin-top: 15px;
	width: 70%;
}
/* 导航 */

.head-s .nav {
    padding: 0 0px 0px 20px;
}

.head .nav li {
    float: left;
    padding: 10px 0px;
    line-height: 20px;
    position: relative;
}

.head .nav li>a {
    display: block;
  
    font-size: 14px;
    transition: all ease-out .3s;
    /*background-image: url('1.png');*/
}

.head .nav li a>img {
    width: 100px;
    height: 60px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.head .nav li.active>a,
.head .nav li:hover>a {
    color: #fff;
    background: #033566;
    /*background-image: url('1.png');*/
}

.head .nav li .subnav {
    width: 210px;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
    border-top: 5px solid #00c7fc;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 90px;
    left: -65px;
    transition: all 0.3s ease-out 0s;
    z-index: 99999;
}

.head .nav li:hover .subnav {
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    visibility: visible;
    top: 60px;
    display: inline-block;
}

.head .nav li .subnav a {
    height: 49px;
    display: block;
    padding: 0 30px;
    line-height: 48px;
    background: url("../images/bkg1.png") repeat;
    transition: all 0.2s ease-out 0s;
    color: #fff;
}

.head .nav li .subnav a i {
    opacity: 0;
    float: right;
    transition: all 0.2s ease-out 0s;
}

.head .nav li .subnav a:hover {
    text-indent: 10px;
    background: #1254ae;
    color: #FFF;
}

.head .nav li .subnav a:hover i {
    opacity: 1;
}
/*
===========================================
导航中英文
===========================================
*/

li.nav-icons>a {
    background-color: #00a0e9;
    border: 2px solid #00a0e9;
    border-radius: 50%;
    display: block;
    font-size: 15px;
    height: 35px;
    line-height: 28px;
    padding: 0 2px;
    text-align: center;
    width: 35px;
    float: left;
    color: #fff;
    margin-right: 10px;
}

li.nav-icons2>a {
    background-color: #f7b505;
    border: 2px solid #f7b505;
    border-radius: 50%;
    display: block;
    font-size: 15px;
    height: 35px;
    line-height: 28px;
    padding: 0 2px;
    text-align: center;
    width: 35px;
    float: left;
    color: #fff;
}

.top_nav_icon {
    width: 100px;
    float: right;
    margin-top: 22px;
}

@media (min-width: 992px) {
    #offcanvas-toggler {
        float: right;
        line-height: 60px;
        display: none;
    }
}
/* 手机导航 */
@media (min-width: 1001px){
	.all_top_box{
		display: none;
		filter: alpha(opacity=0);
	}
}
@media (max-width: 1000px) {
	#main_header{display: none;}

}
/* ------------------------ banner ------------------------ */

/* /banner */
.nei_banner{
	width: 100%;
	
}
.nei_banner img{
	width: 100%;
}
.owl-banner {
    width: 100%;
    overflow: hidden;

}
.owl-banner img{
	width: 100%;
}
.owl-banner-box-hd-panel {
    overflow: hidden;
    text-align: center;
    width: 100%;
    margin-top: -25px;
}

.owl-banner-box-hd {
    float: left;
    margin-left: 50%;
}

.owl-banner-box-hd ul {
    overflow: hidden;
    list-style: none;
    padding: 0px;
    position: relative;
    right: 50%;
}

.owl-banner-box-hd ul li {
    display: block;
    float: left;
    overflow: hidden;
    margin-left: 20px;
    cursor: pointer;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    text-indent: -9999px;
    opacity: 0.8;
}

.owl-banner-box-hd ul li:nth-child(1) {
    margin-left: 0px;
}

.owl-banner-box-hd ul li.on {
    border-radius: 50%;
    border-radius: 10px;
    border: 1px solid #2b4487;
    background: #2b4487;
    width: 12px;
    height: 12px;
    opacity: 0.8;
    line-height: 15px;
}

.img100-box-hd-panel {
    overflow: hidden;
    width: 40%;
    margin-top: -25px;
    float: right;
}

.img100-box-hd {
    float: left;
}

.img100-box-hd ul {
    overflow: hidden;
    list-style: none;
    padding: 0px;
    position: relative;
    margin-left: 54%;
    z-index: 100;
    float: left;
    width: 100%
}

.img100-box-hd ul li {
    display: block;
    float: left;
    overflow: hidden;
    margin-left: 5px;
    cursor: pointer;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    text-indent: -9999px;
    opacity: 0.8;
}

.img100-box-hd ul li.on {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background: #2b4487;
    ;
    opacity: 0.8;
}